home *** CD-ROM | disk | FTP | other *** search
/ MacWorld Secrets (4th Edition) / Mac Secrets CD 4th Ed.toast / Apple Advanced Technologies / Apple Speech Technologies 1.5 / PlainTalk Developer Info / Speech Recognition Manager SDK / SR Sample Code / Speakable Items Example / What You Can Say (Read Me) < prev   
Text File  |  1996-03-20  |  927b  |  15 lines

  1.  
  2. SpeakableItems is a sample application that uses the new Speech Recognition Manager API.  (This set of code is ready to be built using CodeWarrior.)  You can say the following things to SpeakableItems after launching it:
  3.  
  4.     "What time is it?"
  5.     "What day is it?"
  6.     "Quit SpeakableItems."
  7.     "<Speakable Items Folder Item>."
  8.  
  9. where <Speakable Items Folder Item> is the name of any item in the "Speakable Items" folder inside the "Apple Menu Items" folder in your System folder.
  10.  
  11. When you say "What time is it?" this application will speak the time (using a simple Speech Manager call to do the text-to-speech).  Similarly when you ask for the date, the date will be spoken.  When you say "Quit SpeakableItems", this application will say "Goodbye" and quit.  When you say the name of an item in the Speakable Items folder, that item will be opened.
  12.  
  13. See "Trouble Shooting Notes" folder if you have trouble running "SpeakableItems".
  14.  
  15.